Hệ thống quản lý thanh toán POS nhà hàng

1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmSplash
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.components = New System.ComponentModel.Container()
26         Me.label2 = New System.Windows.Forms.Label()
27         Me.Label1 = New System.Windows.Forms.Label()
28         Me.ProgressBar1 = New System.Windows.Forms.ProgressBar()
29         Me.Label3 = New System.Windows.Forms.Label()
30         Me.TextBox1 = New System.Windows.Forms.TextBox()
31         Me.txtActivationID = New System.Windows.Forms.TextBox()
32         Me.txtHardwareID = New System.Windows.Forms.TextBox()
33         Me.Timer2 = New System.Windows.Forms.Timer(Me.components)
34         Me.SuspendLayout()
35         
'
36         
'label2
37         
'
38         Me.label2.AutoSize = True
39         Me.label2.BackColor = System.Drawing.Color.Transparent
40         Me.label2.Font = New System.Drawing.Font(
"Palatino Linotype", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
41         Me.label2.ForeColor = System.Drawing.Color.MediumTurquoise
42         Me.label2.Location = New System.Drawing.Point(
237, 41)
43         Me.label2.Name =
"label2"
44         Me.label2.Size = New System.Drawing.Size(
91, 22)
45         Me.label2.TabIndex =
5
46         Me.label2.Text =
"Version 1.0"
47         
'
48         
'Label1
49         
'
50         Me.Label1.AutoSize = True
51         Me.Label1.BackColor = System.Drawing.Color.Transparent
52         Me.Label1.Font = New System.Drawing.Font(
"Palatino Linotype", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
53         Me.Label1.ForeColor = System.Drawing.Color.DarkTurquoise
54         Me.Label1.Location = New System.Drawing.Point(
189, 9)
55         Me.Label1.Name =
"Label1"
56         Me.Label1.Size = New System.Drawing.Size(
190, 32)
57         Me.Label1.TabIndex =
4
58         Me.Label1.Text =
"Restaurant POS"
59         
'
60         
'ProgressBar1
61         
'
62         Me.ProgressBar1.Location = New System.Drawing.Point(-
1, 340)
63         Me.ProgressBar1.Name =
"ProgressBar1"
64         Me.ProgressBar1.Size = New System.Drawing.Size(
601, 10)
65         Me.ProgressBar1.TabIndex =
6
66         Me.ProgressBar1.Visible = False
67         
'
68         
'Label3
69         
'
70         Me.Label3.AutoSize = True
71         Me.Label3.BackColor = System.Drawing.Color.Transparent
72         Me.Label3.Font = New System.Drawing.Font(
"Palatino Linotype", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
73         Me.Label3.ForeColor = System.Drawing.Color.PaleTurquoise
74         Me.Label3.Location = New System.Drawing.Point(
13, 316)
75         Me.Label3.Name =
"Label3"
76         Me.Label3.Size = New System.Drawing.Size(
0, 17)
77         Me.Label3.TabIndex =
7
78         
'
79         
'TextBox1
80         
'
81         Me.TextBox1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
82         Me.TextBox1.Location = New System.Drawing.Point(
179, 144)
83         Me.TextBox1.Name =
"TextBox1"
84         Me.TextBox1.ReadOnly = True
85         Me.TextBox1.Size = New System.Drawing.Size(
38, 22)
86         Me.TextBox1.TabIndex =
17
87         Me.TextBox1.Visible = False
88         
'
89         
'txtActivationID
90         
'
91         Me.txtActivationID.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
92         Me.txtActivationID.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
93         Me.txtActivationID.Location = New System.Drawing.Point(
311, 144)
94         Me.txtActivationID.Name =
"txtActivationID"
95         Me.txtActivationID.Size = New System.Drawing.Size(
38, 22)
96         Me.txtActivationID.TabIndex =
16
97         Me.txtActivationID.Visible = False
98         
'
99         
'txtHardwareID
100         
'
101         Me.txtHardwareID.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
102         Me.txtHardwareID.Location = New System.Drawing.Point(
223, 144)
103         Me.txtHardwareID.Name =
"txtHardwareID"
104         Me.txtHardwareID.ReadOnly = True
105         Me.txtHardwareID.Size = New System.Drawing.Size(
38, 22)
106         Me.txtHardwareID.TabIndex =
14
107         Me.txtHardwareID.Visible = False
108         
'
109         
'Timer2
110         
'
111         Me.Timer2.Enabled = True
112         
'
113         
'frmSplash
114         
'
115         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
116         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
117         Me.BackgroundImage = Global.Restaurant_Management_System.My.Resources.Resources.restaurant_hi
118         Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
119         Me.ClientSize = New System.Drawing.Size(
599, 346)
120         Me.ControlBox = False
121         Me.Controls.Add(Me.TextBox1)
122         Me.Controls.Add(Me.txtActivationID)
123         Me.Controls.Add(Me.txtHardwareID)
124         Me.Controls.Add(Me.Label3)
125         Me.Controls.Add(Me.ProgressBar1)
126         Me.Controls.Add(Me.label2)
127         Me.Controls.Add(Me.Label1)
128         Me.DoubleBuffered = True
129         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
130         Me.MaximizeBox = False
131         Me.MinimizeBox = False
132         Me.Name =
"frmSplash"
133         Me.ShowIcon = False
134         Me.ShowInTaskbar = False
135         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
136         Me.Text =
"Form2"
137         Me.ResumeLayout(False)
138         Me.PerformLayout()
139
140     End Sub
141     Private WithEvents label2 As System.Windows.Forms.Label
142     Friend WithEvents Label1 As System.Windows.Forms.Label
143     Friend WithEvents ProgressBar1 As System.Windows.Forms.ProgressBar
144     Private WithEvents Label3 As System.Windows.Forms.Label
145     Friend WithEvents Timer1 As System.Windows.Forms.Timer
146     Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
147     Friend WithEvents txtActivationID As System.Windows.Forms.TextBox
148     Friend WithEvents txtHardwareID As System.Windows.Forms.TextBox
149     Friend WithEvents Timer2 As System.Windows.Forms.Timer
150 End Class


Gõ tìm kiếm nhanh...